home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / hex32.zip / HEX.CFG next >
Text File  |  1994-12-14  |  1KB  |  35 lines

  1. #MAKE SURE that all valid lines are ended with a ;
  2.  
  3. AUTO DELETE=NO;     #In file select mode, Alt-d deletes file without prompt
  4. EDITOR=edit;        #Editor to use when hitting Alt-a. (Assumes enough memory)
  5. OVERWRITE=NO;        #Begin in Overwrite mode? (Insert mode otherwise)
  6. #LINES=50;        #You may FORCE the number of lines to be used
  7. MEMORY=50000;        #Memory buffer size. The larger this value is, the more
  8.             #memory it will use to hold file. This means less time
  9.             #spent accessing disk. But perhaps shorter search times.
  10. SCRTIME=300;        #This is the time in seconds before screen saver kicks in
  11. #TEMP=C:\TEMP;      #Temp directory for swaps. If not specified, HEX looks
  12.             #at TEMP environment variable. If this is not present,
  13.             #current directory is used
  14.  
  15. PAUSE TIME=0;       
  16. # This line will keep the little information windows
  17. # from coming up at all (Type F2 to see an example
  18. # of a 'little information window'. The value is in milliseconds
  19. # By default, they will show for about a second
  20. #
  21.  
  22. MAP=SAVE,17  # This shows a mapping of the ALT-W key to save a file
  23.               # This is the default anyway. See readme.txt for more info
  24. #
  25. #
  26. #    The following are screen colors
  27.  
  28. NORMAL TEXT=CYAN,BLACK;
  29. MARKED TEXT=GREY,WHITE;
  30. OFFSETS=GREEN,BLACK;
  31. ACTIVE CURSOR=GREY,WHITE,BLINK;
  32. INACTIVE CURSOR=GREY,WHITE;
  33. TITLES=GREEN,BLACK;
  34. TITLE VALUES=CYAN,BLACK;
  35.